projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
b5479d9
b9a4ef1
)
Auto merge of #2780 - Boddlnagg:patch-1, r=alexcrichton
author
bors
<bors@rust-lang.org>
Fri, 10 Jun 2016 13:48:41 +0000
(06:48 -0700)
committer
GitHub
<noreply@github.com>
Fri, 10 Jun 2016 13:48:41 +0000
(06:48 -0700)
Fix `cargo doc --open` on Windows
This fixes #2446. Note that I have not built cargo with this change, but I have tested the functionality in isolation (on Windows 10).
As to the issue itself, I don't know why the previous version didn't work, but `start` is redundant when `cmd /C` is used.
Trivial merge